home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000125_owner-current-u…s.berkeley.edu_Wed Aug 3 16:58:06 1994.msg < prev    next >
Text File  |  1994-10-16  |  2KB  |  80 lines

  1. To: "Chris G. Demetriou" <cgd@alpha.bostic.com>
  2. Subject: Re: Taylor UUCP 1.05 (patches) 
  3. Cc: current-users@sun-lamp.cs.berkeley.edu
  4.          <9408030223.AA08342@alpha.bostic.com> 
  5. From: Randy Terbush <randy%sierra%dsndata@sterling.com>
  6. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  7.  
  8.  
  9. > > I have been running this version since it was put up for ftp.
  10. > > No problems.  There were a couple of hitches in the compile,
  11. > > and I changed the version to 1.05 to avoid confusion. The
  12. > > patches follow. Patches are relative to top level uucp dir.
  13. > It looks to me like the latter two of those patches were just
  14. > completely _wrong_...
  15.  
  16. To quote Charles, "completely rubbish".
  17. My appologies.  Give these a try.
  18.  
  19. *** Makefile.inc.orig    Tue Aug  2 20:19:52 1994
  20. --- Makefile.inc    Mon Aug  1 20:43:18 1994
  21. ***************
  22. *** 7,13 ****
  23.   LIBUUCP!=cd $(.CURDIR)/../libuucp; \
  24.       printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
  25.   
  26. ! VERSION=    1.04
  27.   owner=        uucp
  28.   bindir=        /usr/bin
  29.   sbindir=    /usr/libexec/uucp
  30. --- 7,13 ----
  31.   LIBUUCP!=cd $(.CURDIR)/../libuucp; \
  32.       printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
  33.   
  34. ! VERSION=    1.05
  35.   owner=        uucp
  36.   bindir=        /usr/bin
  37.   sbindir=    /usr/libexec/uucp
  38. *** uucico/Makefile.orig    Tue Aug  2 20:19:17 1994
  39. --- uucico/Makefile    Mon Aug  1 20:21:32 1994
  40. ***************
  41. *** 12,18 ****
  42.   LDADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  43.   DPADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  44.   CFLAGS+=    -I$(.CURDIR)/../common_sources\
  45. !         -DVERSION=\"$(VERSION)\"
  46.   
  47.   MAN8=        uucico.0
  48.   
  49. --- 12,19 ----
  50.   LDADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  51.   DPADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  52.   CFLAGS+=    -I$(.CURDIR)/../common_sources\
  53. !         -DVERSION=\"$(VERSION)\"\
  54. !         -DOWNER=\"$(owner)\"
  55.   
  56.   MAN8=        uucico.0
  57.   
  58. *** uuxqt/Makefile.orig    Tue Aug  2 20:19:01 1994
  59. --- uuxqt/Makefile    Mon Aug  1 20:42:45 1994
  60. ***************
  61. *** 10,16 ****
  62.   LDADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  63.   DPADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  64.   CFLAGS+=    -I$(.CURDIR)/../common_sources\
  65. !         -DVERSION=\"$(VERSION)\"
  66.   
  67.   MAN8=        uuxqt.0
  68.   
  69. --- 10,17 ----
  70.   LDADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  71.   DPADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  72.   CFLAGS+=    -I$(.CURDIR)/../common_sources\
  73. !         -DVERSION=\"$(VERSION)\"\
  74. !         -DOWNER=\"$(owner)\"
  75.   
  76.   MAN8=        uuxqt.0
  77.   
  78.  
  79.